home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / CDTools / MUIRexx / MUIRexx_3_0a.readme < prev    next >
Text File  |  1997-09-05  |  19KB  |  371 lines

  1. Short:    Develop MUI apps/GUIs with ARexx
  2. Author:   russ@sneezy.lancaster.ca.us (Russell Leighton)
  3. Uploader: russ@sneezy.lancaster.ca.us
  4. Type:     dev/mui
  5. Replaces: dev/mui/MUIRexx_3_0.lha
  6.  
  7. TITLE
  8.  
  9.      MUIRexx
  10.  
  11. VERSION
  12.  
  13.      3.0a
  14.  
  15. AUTHOR
  16.  
  17.      Russell Leighton
  18.  
  19.      E-Mail: russ@sneezy.lancaster.ca.us
  20.  
  21. DESCRIPTION
  22.  
  23.     MUIRexx is a program which serves as an interface
  24.     between ARexx (Copyright 1987, William S.  Hawes) and
  25.     MagicUserInterface (Copyright 1993-96, Stefan Stuntz).
  26.     MUIRexx does not provide complete access to all of the
  27.     capabilities of MagicUserInterface (MUI), however,
  28.     quite a lot of capability is implemented in MUIRexx
  29.     such as notification, icon buttons, and application
  30.     objects (objects that react to icons dropped on them),
  31.     as well as many standard MUI objects.  Complete
  32.     graphical user interfaces as well as full applications
  33.     can be developed using MUIRexx and ARexx macros.
  34.     Additionally, it is also possible to dynamically change
  35.     or add objects after the application has been created.
  36.  
  37. HISTORY
  38.  
  39.     v1.0    2/13/96 -   initial release
  40.     v1.1    2/24/96 -   fixed enforcer hits
  41.                         added support for menus
  42.                         added a MUI settings command
  43.             2/25/96 -   improved group/menu syntax checking
  44.     v1.2i   3/10/96 -   added support for drag and drop
  45.             3/14/96 -   added options to set MUIA attributes
  46.                         removed unnecessary options (e.g. WEIGHT)
  47.     v2.0    3/20/96 -   added variable storage (set and get)
  48.             3/22/96 -   MUIA attributes are now gettable
  49.             3/23/96 -   added support for dragging multiselected items
  50.                         removed Cyclechain TAG (add using ATTRS)
  51.                         removed SELECT option from check gadget
  52.             3/24/96 -   added switch gadget
  53.                         list objects are now dropable
  54.                         group objects are now dropable
  55.             3/26/96 -   stack size now set for commands
  56.             3/28/96 -   added method command
  57.             3/30/96 -   added object gadget
  58.                         removed scale gadget (use object instead)
  59.             3/31/96 -   added support for setting app attributes/methods
  60.                         if started from WB then icon is set
  61.                         added support for multicolumn lists
  62.                         removed dirlist DIR and FORMAT options (use ATTRS)
  63.             4/1/96 -    removed config and muiset commands (use method)
  64.             4/2/96 -    added support for boopsi objects
  65.             4/5/96 -    added support for datatype images
  66.     v2.1    5/19/96 -   TAG strings now nonvolatile
  67.             5/22/96 -   generalized view command
  68.                         added aslrequest command
  69.             5/27/96 -   improved list drag&drop behavior
  70.             6/17/96 -   added poplist command
  71.             6/25/96 -   added format sequences for strings
  72.             7/20/96 -   added support for new Icon.mcc class
  73.                         changed behavior of image and check gadgets
  74.             8/22/96 -   added support for virtual groups
  75.     v2.1a   9/1/96  -   minor bug fixed (popasl contents were not stored
  76.                         in config file)
  77.             9/4/96  -   minor bug fixed (prevented pub screen closure)
  78.             9/5/96  -   minor update to Icon.mcc (see docs)
  79.     v2.1b   9/7/96  -   fixed bug (enforcer hit)
  80.             9/9/96  -   fixed bug (MUIA_Cycle_Active now works at cycle 
  81.                         object creation, thanks to Hartmut Goebel)
  82.     v2.2    9/22/96 -   added list TITLE option
  83.             9/25/96 -   slider, popslider and knob now return value
  84.                         (per documentation)
  85.             9/27/96 -   format specifiers now work for all objects
  86.                         (I think)
  87.             9/29/96 -   context menus for groups added
  88.                         can now specify image for popasl/poplist objects
  89.                         (SPEC option)
  90.             10/1/96 -   parse routine added to replace MUI REXX command
  91.                         line parse
  92.             10/25/96-   fixed bug in string, popasl, poplist objects
  93.                         (MUIA_String_MaxLen now works, thanks to Bob Sisk)
  94.     v2.2i   11/22/96-   fixed bug in list objects (prevented sorting)
  95.                         (thanks again to Bob Sisk)
  96.     v3.0    12/4/96 -   added callhook command
  97.             12/10/96-   switch objects can now have an alternate label
  98.             12/21/96-   extended callhook to include app and drop hooks
  99.                         removed APP DROP PRESS options (use callhook instead)
  100.                         removed COMMAND option from group command (use callhook)
  101.                         removed TRIG VAL options from object command (callhook)
  102.             12/23/96-   added REMOVE option to list object
  103.             12/26/96-   added callhook INCLUDE/EXCLUDE to restrict drop ops
  104.             12/29/96-   empty groups (and windows) no longer cause crashes
  105.             1/1/97  -   groups can now be added dynamically
  106.             1/10/97 -   fixed bug that prevented dynamic changes in popasl, 
  107.                         poplist, and list objects (discovered by Bob Sisk)
  108.             2/13/97 -   added group POP option for creation of popup groups
  109.             3/16/97 -   added monitor command to control debug output
  110.             3/18/97 -   added inline command specification
  111.             4/21/97 -   added SPEC option to button, text and switch objects
  112.                         check and image object options changed
  113.     v3.0a   7/24/97 -   fixed bug that prevented parsing of non-alpha characters
  114.                         and all characters following in strings
  115.             7/29/97 -   added install script to install MUIRexx
  116.  
  117. SPECIAL REQUIREMENTS
  118.  
  119.     * Version 3.0 of the Amiga operating system or higher
  120.     * MUI 3.0 or better
  121.     * Icon.mcc custom class (included in distribution)
  122.     * ARexx
  123.  
  124. HOST NAME
  125.  
  126.      FTP/Internet: AmiNet (ftp.wustl.edu) and mirrors
  127.  
  128. DIRECTORY
  129.  
  130.      pub/aminet/dev/mui
  131.  
  132. FILE NAME
  133.  
  134.      MUIRexx_3_0a.lha
  135.  
  136. DISTRIBUTABILITY
  137.  
  138.      Freely distributable, Copyright by the author.
  139.  
  140.  
  141. ============================= Archive contents =============================
  142.  
  143. Original  Packed Ratio    Date     Time    Name
  144. -------- ------- ----- --------- --------  -------------
  145.     2091     656 68.6% 11-Jan-97 09:30:22  MUIRexx3.0.info
  146.     2091     957 54.2% 11-Jan-97 09:42:04 +demos.info
  147.     3351    2129 36.4% 29-Jul-97 17:34:06 +demo.info
  148.    14075    3046 78.3% 21-Apr-97 10:57:22 +demo.rexx
  149.     3367    2145 36.2% 29-Jul-97 17:34:12 +DragnDrop.info
  150.     3574     795 77.7% 19-Mar-97 13:44:26 +DragnDrop.rexx
  151.     3315    2097 36.7% 29-Jul-97 17:34:26 +htmltext_demo.info
  152.     1555     576 62.9% 18-Apr-97 12:34:02 +htmltext_demo.rexx
  153.     2268    1091 51.8% 30-Apr-97 14:55:36 +icons.info
  154.     2652    1146 56.7% 30-Apr-97 14:55:36 +apple.info
  155.     2565    1158 54.8% 30-Apr-97 14:55:36 +dirutil.info
  156.     2653    1111 58.1% 30-Apr-97 14:55:36 +edit.info
  157.     2630     990 62.3% 30-Apr-97 14:55:36 +form.info
  158.     2652    1097 58.6% 30-Apr-97 14:55:36 +help.info
  159.     2652    1049 60.4% 30-Apr-97 14:55:36 +logout.info
  160.     2430    1069 56.0% 30-Apr-97 14:55:34 +mail.info
  161.     2570    1280 50.1% 30-Apr-97 14:55:36 +multiview.info
  162.     2490    1258 49.4% 30-Apr-97 14:55:36 +music.info
  163.     2352    1142 51.4% 30-Apr-97 14:55:36 +netmount.info
  164.     2354    1228 47.8% 30-Apr-97 14:55:36 +network.info
  165.     2435    1080 55.6% 30-Apr-97 14:55:36 +newmail.info
  166.     2567     945 63.1% 30-Apr-97 14:55:36 +news.info
  167.     2653    1613 39.2% 30-Apr-97 14:55:36 +paint.info
  168.     1802    1292 28.3% 30-Apr-97 14:55:36 +phone.info
  169.     2619    1101 57.9% 30-Apr-97 14:55:36 +preview.info
  170.     2435    1323 45.6% 30-Apr-97 14:55:36 +print.info
  171.     2652     806 69.6% 30-Apr-97 14:55:36 +shell.info
  172.     2652    1069 59.6% 30-Apr-97 14:55:36 +show.info
  173.     2348    1091 53.5% 30-Apr-97 14:55:36 +term.info
  174.     2570     987 61.5% 30-Apr-97 14:55:36 +trash.info
  175.     2645    1765 33.2% 30-Apr-97 14:55:36 +TVpaint.info
  176.     2701    1447 46.4% 30-Apr-97 14:55:36 +web.info
  177.       84      76  9.5% 28-Jun-95 23:32:02 +IGfx_Palette
  178.     4575    1447 68.3% 02-Feb-97 11:10:56 +IGfx_Palette.info
  179.     6104    1514 75.1% 07-Apr-96 08:54:36 +muirexx.brush
  180.     2050     924 54.9% 02-Feb-97 11:10:56 +MUIRexxBuild.info
  181.     1012     459 54.6% 27-Sep-96 20:12:20 +about.rexx
  182.     3476     934 73.1% 21-Apr-97 17:31:54 +ask_comm.rexx
  183.    39185    4769 87.8% 22-Apr-97 08:56:30 +ask_object.rexx
  184.    29116    5105 82.4% 30-Sep-96 09:11:44 +attrs.lst
  185.     4342    1016 76.6% 20-Apr-97 10:30:04 +attrs.rexx
  186.     3337    2115 36.6% 29-Jul-97 17:34:54 +build.info
  187.     8003    1623 79.7% 19-Apr-97 06:50:40 +build.rexx
  188.      898     299 66.7% 27-Dec-96 19:04:06 +callhook_comm.rexx
  189.      398     255 35.9% 28-Apr-97 14:21:30 +change_object.rexx
  190.     5795    1396 75.9% 19-Apr-97 06:18:42 +comm.rexx
  191.     1201     385 67.9% 19-Apr-97 06:10:56 +drop_object.rexx
  192.      925     432 53.2% 29-Mar-96 08:02:24 +images.lst
  193.     9934    1964 80.2% 27-Dec-96 19:58:02 +meths.lst
  194.    14587    1875 87.1% 21-Apr-97 18:02:50 +set_object.rexx
  195.      923     457 50.4% 30-Dec-96 19:17:56 +test.info
  196.     3345    2119 36.6% 30-Dec-96 19:17:54 +DIRUTIL.info
  197.     2942     608 79.3% 19-Mar-97 14:19:10 +DIRUTIL.rexx
  198.     3345    2117 36.7% 03-Jan-97 12:13:18 +example.info
  199.      969     392 59.5% 19-Mar-97 14:21:10 +example.rexx
  200.     3345    2117 36.7% 20-Jan-97 09:12:08 +TEST.info
  201.      438     239 45.4% 10-Jul-96 08:07:20 +test.rexx
  202.     3345    2121 36.5% 30-Dec-96 19:17:54 +TEST2.info
  203.      945     482 48.9% 19-Mar-97 14:20:36 +test2.rexx
  204.     5643    1560 72.3% 29-Sep-96 16:25:28 +vars.lst
  205.     2050     927 54.7% 02-Feb-97 11:10:56 +MUIRexxDir.info
  206.      461     309 32.9% 26-Sep-96 17:40:02 +about.txt
  207.    15879    3724 76.5% 28-Mar-97 12:52:02 +comm.rexx
  208.     1978     653 66.9% 20-Apr-97 18:55:04 +defcomm.rexx
  209.     3189    1092 65.7% 28-Apr-96 20:48:56 +deficon.rexx
  210.     3045     723 76.2% 30-Apr-96 21:47:06 +file.rexx
  211.      391     255 34.7% 28-Apr-96 20:48:56 +lhaextract.rexx
  212.     1389     663 52.2% 03-Dec-96 09:42:52 +lhalist.rexx
  213.    12147    2453 79.8% 09-Jun-97 20:14:18 +muidir.rexx
  214.     8350    2247 73.0% 26-Apr-97 08:13:50 +MUIRexxDir.help
  215.     3410    2151 36.9% 29-Jul-97 17:35:06 +MUIRexxDir.info
  216.     3392    1036 69.4% 05-Aug-96 12:46:16 +protfile.rexx
  217.     2584    1134 56.1% 27-Apr-97 18:38:12 +renfile.rexx
  218.     2050     925 54.8% 02-Feb-97 11:10:56 +MUIRexxDock.info
  219.      973     447 54.0% 29-Mar-97 09:53:44 +about.rexx
  220.      424     179 57.7% 26-Mar-97 10:50:50 +apple.add
  221.     3301    2088 36.7% 29-Jul-97 17:34:44 +dock.info
  222.     3409    1120 67.1% 14-May-97 18:26:06 +dock.rexx
  223.      859     309 64.0% 09-Jun-97 20:10:18 +DOCK1
  224.     3428     917 73.2% 09-Jun-97 20:05:56 +dock_change.rexx
  225.     2096     508 75.7% 01-May-97 09:56:46 +dock_mode.rexx
  226.     1531     553 63.8% 02-May-97 06:51:44 +dock_object.rexx
  227.      963     369 61.6% 02-May-97 09:51:12 +dock_save.rexx
  228.     1512     478 68.3% 02-May-97 07:56:36 +dock_set.rexx
  229.     7575    1828 75.8% 09-Jun-97 19:11:52 +edit_open.rexx
  230.       31      31  0.0% 24-Mar-97 10:26:06 +netmount.pop
  231.      156      82 47.4% 24-Mar-97 09:35:26 +network.pop
  232.      902     343 61.9% 24-Mar-97 14:41:52 +print.pop
  233.      304     106 65.1% 24-Mar-97 09:35:52 +term.pop
  234.      440     165 62.5% 24-Mar-97 09:36:12 +web.pop
  235.     3318    2102 36.6% 29-Jul-97 17:34:20 +multicolumn.info
  236.     1776     531 70.1% 25-Dec-96 20:59:36 +multicolumn.rexx
  237.     3337    2116 36.5% 29-Jul-97 17:34:30 +pages.info
  238.     1452     534 63.2% 21-Apr-97 19:22:42 +pages.rexx
  239.     3337    2119 36.4% 29-Jul-97 17:34:16 +ShowHide.info
  240.     1016     321 68.4% 21-Apr-97 19:21:46 +ShowHide.rexx
  241.     2091     976 53.3% 22-Apr-97 12:49:00 +docs.info
  242.     3897    1510 61.2% 29-Apr-97 14:33:44 +CHANGES
  243.      832     453 45.5% 29-Jul-97 18:40:34 +acknowledgements.html
  244.     2097     812 61.2% 29-Jul-97 18:40:20 +application.html
  245.     2384     950 60.1% 29-Jul-97 18:40:14 +aslrequest.html
  246.     2213    1093 50.6% 29-Jul-97 18:40:32 +attributetags.html
  247.     1080     570 47.2% 29-Jul-97 18:39:44 +button.html
  248.     3886    1435 63.0% 29-Jul-97 18:40:16 +callhook.html
  249.     1191     631 47.0% 29-Jul-97 18:39:46 +check.html
  250.     3257    1308 59.8% 29-Jul-97 18:40:28 +command-portoptions.html
  251.     3647     847 76.7% 29-Jul-97 18:40:50 +commandindex.html
  252.     2843    1233 56.6% 29-Jul-97 18:39:16 +commandreference.html
  253.     5024    1188 76.3% 29-Jul-97 18:40:44 +conceptindex.html
  254.     2393    1177 50.8% 29-Jul-97 18:39:10 +conditions.html
  255.     5745    2022 64.8% 29-Jul-97 18:39:50 +cycle.html
  256.     7749    2482 67.9% 29-Jul-97 18:40:06 +dirlist.html
  257.     1344     719 46.5% 29-Jul-97 18:39:10 +disclaimer.html
  258.      762     416 45.4% 29-Jul-97 18:39:26 +endgroup.html
  259.      755     409 45.8% 29-Jul-97 18:39:30 +endmenu.html
  260.      832     444 46.6% 29-Jul-97 18:39:22 +endwindow.html
  261.     3082     938 69.5% 29-Jul-97 18:40:26 +examplemacro.html
  262.     3688    1366 62.9% 29-Jul-97 18:39:40 +gauge.html
  263.      869     478 44.9% 29-Jul-97 18:40:18 +getvar.html
  264.     7339    2526 65.5% 29-Jul-97 18:39:26 +group.html
  265.     1164     559 51.9% 29-Jul-97 18:39:24 +groups.html
  266.      907     493 45.6% 28-Apr-97 10:02:40 +help.html
  267.      643     360 44.0% 29-Jul-97 18:39:18 +hide.html
  268.     5699    1910 66.4% 29-Jul-97 18:40:36 +history.html
  269.     1192     632 46.9% 29-Jul-97 18:39:46 +image.html
  270.     8668    8668  0.0% 07-Jul-96 08:27:58 +background.gif
  271.    13875   13875  0.0% 18-Apr-97 13:07:38 +build.gif
  272.      197     197  0.0% 28-Dec-96 17:54:48 +content.gif
  273.      229     229  0.0% 28-Dec-96 17:55:06 +dcontent.gif
  274.      215     215  0.0% 28-Dec-96 15:23:30 +dhelp.gif
  275.      217     217  0.0% 28-Dec-96 15:23:46 +dindex.gif
  276.     7336    7336  0.0% 06-May-97 08:31:48 +dirutil.gif
  277.      235     235  0.0% 28-Dec-96 15:24:00 +dnext.gif
  278.     2476    2476  0.0% 26-Apr-97 07:23:00 +dock.gif
  279.      232     232  0.0% 28-Dec-96 15:24:16 +dprev.gif
  280.     5771    5771  0.0% 06-May-97 08:32:06 +editdock.gif
  281.      180     180  0.0% 28-Dec-96 15:24:32 +help.gif
  282.      180     180  0.0% 28-Dec-96 15:24:46 +index.gif
  283.      198     198  0.0% 28-Dec-96 15:25:42 +next.gif
  284.     4125    4125  0.0% 22-Apr-97 09:54:50 +pages.gif
  285.      199     199  0.0% 28-Dec-96 15:25:24 +prev.gif
  286.     1077     553 48.6% 29-Jul-97 18:39:18 +info.html
  287.     3087    1428 53.7% 29-Jul-97 18:39:14 +installation.html
  288.     1981     992 49.9% 29-Jul-97 18:39:08 +introduction.html
  289.     2977    1171 60.6% 29-Jul-97 18:39:32 +item.html
  290.     1006     528 47.5% 29-Jul-97 18:39:58 +knob.html
  291.     1718     719 58.1% 29-Jul-97 18:39:36 +label.html
  292.     8520    2761 67.5% 29-Jul-97 18:40:02 +list.html
  293.     1725     841 51.2% 29-Jul-97 18:40:34 +magicuserinterface.html
  294.     2316     977 57.8% 29-Jul-97 18:39:00 +main.html
  295.     4209     700 83.3% 22-Apr-97 11:26:36 +main.html.info
  296.     2100     992 52.7% 29-Jul-97 18:39:28 +menu.html
  297.      761     399 47.5% 29-Jul-97 18:39:28 +menus.html
  298.     3128    1256 59.8% 29-Jul-97 18:39:40 +meter.html
  299.     1880     925 50.7% 29-Jul-97 18:40:18 +method.html
  300.     1028     472 54.0% 29-Jul-97 18:40:12 +misc.html
  301.     1570     691 55.9% 29-Jul-97 18:40:20 +monitor.html
  302.     1901     815 57.1% 29-Jul-97 18:40:28 +muiformatsequences.html
  303.     1626     789 51.4% 29-Jul-97 18:40:30 +muiimagespecifications.html
  304.     3468    1530 55.8% 29-Jul-97 18:40:32 +muilistformat.html
  305.      828     432 47.8% 29-Jul-97 18:40:24 +muirexxbuild.html
  306.      880     477 45.7% 29-Jul-97 18:40:22 +muirexxdir.html
  307.     2289    1089 52.4% 29-Jul-97 18:40:24 +muirexxdock.html
  308.     6486    2021 68.8% 29-Jul-97 18:40:10 +object.html
  309.     2054     827 59.7% 29-Jul-97 18:39:34 +objects.html
  310.     1594     786 50.6% 29-Jul-97 18:39:54 +popasl.html
  311.     1793     843 52.9% 29-Jul-97 18:39:54 +poplist.html
  312.     1204     616 48.8% 29-Jul-97 18:39:58 +popslider.html
  313.      782     417 46.6% 29-Jul-97 18:40:22 +print.html
  314.      949     518 45.4% 29-Jul-97 18:39:18 +quit.html
  315.     1022     532 47.9% 29-Jul-97 18:39:50 +radio.html
  316.     1897     789 58.4% 29-Jul-97 18:39:12 +registration.html
  317.     2283    1043 54.3% 29-Jul-97 18:40:14 +request.html
  318.     1509     812 46.1% 29-Jul-97 18:39:12 +requirements.html
  319.     1356     681 49.7% 29-Jul-97 18:40:18 +setvar.html
  320.      650     367 43.5% 29-Jul-97 18:39:18 +show.html
  321.     6092    2033 66.6% 29-Jul-97 18:39:58 +slider.html
  322.     1530     708 53.7% 29-Jul-97 18:39:34 +space.html
  323.      837     410 51.0% 29-Jul-97 18:39:16 +standardcommands.html
  324.     5590    1962 64.9% 29-Jul-97 18:39:52 +string.html
  325.     1398     723 48.2% 29-Jul-97 18:39:46 +switch.html
  326.     7483    2523 66.2% 29-Jul-97 18:39:44 +text.html
  327.      814     380 53.3% 29-Jul-97 18:39:00 +updateinformation.html
  328.      885     444 49.8% 29-Jul-97 18:40:22 +utilities.html
  329.     2583    1296 49.8% 29-Jul-97 18:39:08 +version2.0.html
  330.     1974    1041 47.2% 29-Jul-97 18:39:06 +version2.1.html
  331.     1654     849 48.6% 29-Jul-97 18:39:04 +version2.2.html
  332.     2989    1272 57.4% 29-Jul-97 18:39:04 +version3.0.html
  333.     2930    1252 57.2% 29-Jul-97 18:39:38 +view.html
  334.     5446    1860 65.8% 29-Jul-97 18:40:08 +volumelist.html
  335.     5000    1632 67.3% 29-Jul-97 18:39:22 +window.html
  336.      879     438 50.1% 29-Jul-97 18:39:20 +windows.html
  337.   151689   35641 76.5% 29-Jul-97 18:00:24 +MUIRexx.guide
  338.     2812    1148 59.1% 25-Apr-97 18:04:22 +MUIRexx.guide.info
  339.       27      27  0.0% 25-Apr-97 17:50:30 +MUIRexx.html
  340.     4192     678 83.8% 25-Apr-97 18:04:22 +MUIRexx.html.info
  341.     6146    2291 62.7% 29-Jul-97 17:58:20 +MUIRexx_3_0a.readme
  342.     1039     545 47.5% 01-May-96 17:00:50 +ReadMe.igfx
  343.     1357     486 64.1% 25-Apr-97 18:04:22 +ReadMe.igfx.info
  344.     1082     531 50.9% 05-Mar-97 20:01:42 +ReadMe.mui
  345.     1357     485 64.2% 25-Apr-97 18:04:22 +ReadMe.mui.info
  346.     1656     653 60.5% 22-Aug-96 19:28:08 +MCC_Icon.info
  347.      519     330 36.4% 05-Sep-96 17:43:36 +.Product-Info
  348.     1357     482 64.4% 16-Aug-96 20:10:54 +.Product-Info.info
  349.     1656     641 61.2% 16-Aug-96 20:11:18 +Demos.info
  350.     9940    5365 46.0% 16-Aug-96 18:04:58 +Icon-Demo
  351.     4189    1238 70.4% 16-Aug-96 18:06:58 +Icon-Demo.info
  352.     1656     634 61.7% 16-Aug-96 20:11:14 +Developer.info
  353.     4167    1942 53.3% 05-Sep-96 17:35:38 +MCC_Icon.doc
  354.     2364     886 62.5% 16-Aug-96 18:02:24 +Icon-Demo.c
  355.      355     201 43.3% 22-Aug-96 19:20:54 +Icon_mcc.h
  356.     1656     649 60.8% 16-Aug-96 20:11:04 +Docs.info
  357.     8327    2840 65.8% 05-Sep-96 17:37:14 +Icon_mcc.guide
  358.     2843    1152 59.4% 16-Aug-96 20:11:40 +Icon_mcc.guide.info
  359.     1656     636 61.5% 16-Aug-96 20:11:10 +Libs.info
  360.     3376    1625 51.8% 04-Sep-96 21:56:06 +Icon.mcc
  361.     1130     643 43.0% 05-Sep-96 17:44:38 +MCC_Icon.readme
  362.     1357     484 64.3% 16-Aug-96 20:10:58 +MCC_Icon.readme.info
  363.      234     145 38.0% 04-Sep-96 21:03:36 +MCC_Icon.reg
  364.     1351     337 75.0% 04-Sep-96 21:52:26 +MCC_Icon_Install
  365.     2697    1230 54.3% 16-Aug-96 20:10:48 +MCC_Icon_Install.info
  366.    51456   26066 49.3% 24-Jul-97 22:17:48 +MUIRexx
  367.     1668     602 63.9% 29-Jul-97 17:46:04 +MUIRexx_Install
  368.     2699    1224 54.6% 29-Jul-97 17:20:50 +MUIRexx_Install.info
  369. -------- ------- ----- --------- --------
  370.   879169  330596 62.3% 08-Aug-97 19:44:38   224 files
  371.